lib: Add missing Since annotations to two recent APIs
authorColin Walters <walters@verbum.org>
Sat, 1 Feb 2025 18:36:07 +0000 (13:36 -0500)
committerColin Walters <walters@verbum.org>
Sat, 1 Feb 2025 18:36:07 +0000 (13:36 -0500)
On general principle, but specfiically this is needed
to ensure the Rust binding generator correctly handles
feature flags for them.

src/libostree/ostree-repo-checkout.c
src/libostree/ostree-sysroot-deploy.c

index 2e50c30dedd7ea4aee309b4e98cd27ce20c48d83..ccddb4882322d512be59d2375bac5f4c6f14b463 100644 (file)
@@ -1285,6 +1285,8 @@ compare_verity_digests (GVariant *metadata_composefs, const guchar *fsverity_dig
  *
  *  - verity: `u`: 0 = disabled, 1 = set if present on file, 2 = enabled; any other value is a fatal
  * error
+ *
+ * Since: 2024.7
  */
 gboolean
 ostree_repo_checkout_composefs (OstreeRepo *self, GVariant *options, int destination_dfd,
index 2d8705d5c86c6a75383d041a02bcc4c85c3fc754..7fb83f0c2cb8d85fbc524936c3ea01ee360dff38 100644 (file)
@@ -4270,6 +4270,8 @@ ostree_sysroot_deployment_set_mutable (OstreeSysroot *self, OstreeDeployment *de
  * @error: Error
  *
  * Prepare the specified deployment for a kexec.
+ *
+ * Since: 2025.1
  */
 gboolean
 ostree_sysroot_deployment_kexec_load (OstreeSysroot *self, OstreeDeployment *deployment,